home *** CD-ROM | disk | FTP | other *** search
/ Atari Forever 4 / Atari Forever 4.zip / Atari Forever 4.iso / SERIE_AI / AI_018 / POVRAY3.LZH / POVDEF.TXT < prev    next >
Text File  |  1995-05-20  |  1KB  |  26 lines

  1. A brief explanation of some of the standard FTPOV options...
  2.  
  3.  
  4. -lf:\pov\libs     ; These are paths for '*.inc' libraries and
  5. -lf:\pov\include  ; any image-maps without specific locations.
  6.  
  7. +mv2.0            ; Choose +mv1.0 for POV1.0 compatibility.
  8. +ft               ; Render TARGA format image. Other options include GIF.
  9. +v1               ; Produce reasonably verbose messages.
  10. +x                ; Allow exit from POV during trace (-x is faster).
  11.  
  12. +mb0              ; enable speed optimisations (automatic bounding slabs).
  13. +ulb              ; use light-buffering for fast shadows.
  14. +uvb              ; use vista-buffering for fast ray calculations.
  15. +ubq              ; Allow bounding (optimisation) of quartic shapes.
  16. +usi              ; Allow splitting & bounding of infinite shapes (planes etc.)
  17.  
  18. -um2              ; Use CPU<->FPU method #2 (try 1 and 3 - but 2 is usually best).
  19.  
  20. +a0.2             ; Anti-aliasing. Smoothing improves with smaller values (also slows down).
  21. +q9               ; Quality setting. 0=garbage : 9=maximum : 3=good for previews.
  22. -c                ; Continue trace. This allows continuation of previously aborted render.
  23.  
  24. +w160             ; image width
  25. +h120             ; image height
  26.